100
How can I programmatically clear the control's filter
METHOD OCX_Exontrol1Click() CLASS MainDialog
	// Click event - Occurs when the user presses and then releases the left mouse button over the control.
	oDCOCX_Exontrol1:ClearFilter()
RETURN NIL


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FilterBarPromptVisible := exFilterBarPromptVisible
oDCOCX_Exontrol1:FilterBarPromptPattern := "USA"
oDCOCX_Exontrol1:EndUpdate()

99
Is it possible to prevent closing the control's filter bar, so it is always shown (prompt-combined)


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FilterBarPromptPattern := "USA"
oDCOCX_Exontrol1:FilterBarPromptVisible := exFilterBarVisible | exFilterBarPromptVisible
oDCOCX_Exontrol1:EndUpdate()

98
Is it possible to prevent closing the control's filter bar, so it is always shown (prompt)


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FilterBarPromptVisible := exFilterBarPromptVisible
oDCOCX_Exontrol1:FilterBarPromptPattern := "USA"
oDCOCX_Exontrol1:EndUpdate()

97
Is it possible to prevent closing the control's filter bar, so it is always shown


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FilterBarCaption := "len(value) = 0 ? `<fgcolor=808080>no filter` : value"
oDCOCX_Exontrol1:FilterBarPromptVisible := exFilterBarVisible
oDCOCX_Exontrol1:EndUpdate()

96
How can I find if the control is running in DPI mode

OutputDebugString(String2Psz( AsString(oDCOCX_Exontrol1:FormatABC("dpi = 1 ? `normal/stretch mode` : `dpi mode`",nil,nil,nil)) ))

95
If I connect it to a datasource, all works perfectly but the records that I see in the control is a little number of total of the recordset. I need to show all 60.000 rows of the recordset without click on the [...] button. It s possible to setting up this parameters

oDCOCX_Exontrol1:DisplayPivotData := -1
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)

94
How do I change the drop down filter icon/button (white)

local var_Appearance as IAppearance

oDCOCX_Exontrol1:BeginUpdate()
var_Appearance := oDCOCX_Exontrol1:VisualAppearance
	var_Appearance:Add(2,"gBFLBCJwBAEHhEJAAEhABX8GACAADACAxSDEMQBQKAAzQFAYbhgHCGAAGQaBUgmFgAQhFcZQSKUOQTDKNYykCIRSDUJYkSZEIyjBI8ExXFqNACkGKwYgmNYiTLAcgANJ0WBaGIZJ4gOT5fDKMoEDRRYADFCscwxJybQAqGQKKb+VgAVY/cTyBIAEQSKA0TDOQ5TSKWB4JPZQRBEbZMNBtBIUJquKaqShdQJCU5FdY3Xblez9P7AMBwLFEC4NQ8YNYuPhjR4dRTIMhvVAsUArFh8Zg9GZZFjmDIDT4ydBLTQwcyVIKnP5qOa6XbmPoCQDYKxZHYxPzVDa3axuL76dqCAT7XrXNy1TbNRrzQKfcJqfCbdw2YaDZLOOT3fjuI4hhKaRzFAHJ+jYQ4xHuY4gHuGIXGeExqC8Tp6C+PoEm+G5ImycRgh0XwvDGa5rgOeoejyXwnFeQp2mkf5ClgBB9gCWIYAwfYAEKV58mkdwOggNArgOXY2EWLoDkKOA0mgbhOGgZApgaSBIHWSYHSmbApgYThmESZYJkIeIkgeCpfliLIHgpMIcmUYYYmODAlg2SI4mWfRfGOEguDcCRjFYAJihCQhJBSDoRmONgKEcI4kFCEJhhOVYTmYnAlEAQhWBMJYJGYWoWmWSR2F6F5lnkWAQhUAgpEieRWEuSYkjWGpmkmNhuhuZwJkYcocmaaYkjyEhngnUA6lEFAlAEgI=")
	var_Appearance:Add(1,"CP:2 -6 -4 2 4")
oDCOCX_Exontrol1:[Background,exHeaderFilterBarButton] := 0x1000000
oDCOCX_Exontrol1:[Background,exCursorHoverColumn] := oDCOCX_Exontrol1:BackColor
oDCOCX_Exontrol1:HeaderVisible := true
oDCOCX_Exontrol1:HeaderHeight := 24
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:DisplayFilterList := exShowCheckBox | exSortItemsAsc
oDCOCX_Exontrol1:PivotBarVisible := exPivotBarVisible
oDCOCX_Exontrol1:EndUpdate()

93
How do I change the drop down filter icon/button (black)

local var_Appearance as IAppearance

oDCOCX_Exontrol1:BeginUpdate()
var_Appearance := oDCOCX_Exontrol1:VisualAppearance
	var_Appearance:Add(1,"gBFLBCJwBAEHhEJAAEhABXUIQAAYAQGKIcBiAKBQAGYBIJDEMgzDDAUBjKKocQTC4AIQjCK4JDKHYJRpHEZyCA8EhqGASRAFUQBYiWE4oSpLABQaK0ZwIGyRIrkGQgQgmPYDSDNU4zVIEEglBI0TDNczhNDENgtGYaJqHIYpZBcM40TKkEZoSIITZcRrOEBiRL1S0RBhGcRUHZlWzdN64LhuK47UrWdD/XhdVzXRbjfz1Oq+bxve48Br7A5yYThdr4LhOFQ3RjIL4xbIcUwGe6VZhjOLZXjmO49T69HTtOCYBEBA")
oDCOCX_Exontrol1:[Background,exHeaderFilterBarButton] := 0x1000000
oDCOCX_Exontrol1:[Background,exCursorHoverColumn] := -1
oDCOCX_Exontrol1:BackColorHeader := RGB(0,0,0)
oDCOCX_Exontrol1:ForeColorHeader := RGB(255,255,255)
oDCOCX_Exontrol1:HeaderVisible := true
oDCOCX_Exontrol1:HeaderHeight := 22
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:DisplayFilterList := exShowCheckBox | exSortItemsAsc
oDCOCX_Exontrol1:EndUpdate()

92
How do I prevent showing the control's BackColorAlternate property on empty / non-items part of the control


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:BackColorAlternate := 0x7ff0f0f0
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "12"
oDCOCX_Exontrol1:PivotColumns := "sum(5)"
oDCOCX_Exontrol1:EndUpdate()

91
How can I find out if the user clicks the grid's header
METHOD OCX_Exontrol1MouseMove(Button,Shift,X,Y) CLASS MainDialog
	// MouseMove event - Occurs when the user moves the mouse.
	OutputDebugString(String2Psz( "Type of ColumnFromPoint: " ))
	OutputDebugString(String2Psz( AsString(oDCOCX_Exontrol1:[ColumnFromPoint,-1,-1]) ))
	OutputDebugString(String2Psz( " should not be VT_NULL" ))
	OutputDebugString(String2Psz( "Type of ValueFromPoint: " ))
	OutputDebugString(String2Psz( AsString(oDCOCX_Exontrol1:[ValueFromPoint,-1,-1]) ))
	OutputDebugString(String2Psz( " should be VT_NULL" ))
RETURN NIL


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)"

90
What should I set FormatPivotHeader to, to show it on the columns header only


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12"
oDCOCX_Exontrol1:FormatPivotHeader := "(iaggregate ? ( caption + ` <off -6><font ;6>(` + lower(caggregate) + ')</off></font>') : caption) + ( ( display=1 ? `<c>Date: <b><upline><dotline>` + date(`now`) : `` ) + `</dotline> </b>` )"
oDCOCX_Exontrol1:EndUpdate()

89
What should I set FormatPivotHeader to, to show "Report Generated on 7/9/2016 14:20" etc when the report is executed (ie the date and time will change)


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12"
oDCOCX_Exontrol1:FormatPivotHeader := "(iaggregate ? (`<b>` + caption + `</b> <off -6><font ;6>(` + lower(caggregate) + ')</off></font>') : caption) + `<r>ReportDate: ` + date(`now`)"
oDCOCX_Exontrol1:EndUpdate()

88
Is it possible to display aggregate result on parent rows as well

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:HeaderHeight := 22
oDCOCX_Exontrol1:DefaultItemHeight := 20
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "12[bold],0"
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:Add("nempty","not empty","")
	var_FormatConditionalAppearance:Expression := "len(value) != 0"
	var_FormatConditionalAppearance:BackColor := RGB(240,240,240)
oDCOCX_Exontrol1:PivotColumns := "sum(5)[nempty]/6"
oDCOCX_Exontrol1:IncludeExpandColumn := exIncludeExpandColumn
oDCOCX_Exontrol1:DrawGridLines := exNoLines
oDCOCX_Exontrol1:ShowBranchRows := exBranchIncludeAggregate | exBranchTree
oDCOCX_Exontrol1:EndUpdate()

87
How do I show expanded/collapsed rows

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:HeaderHeight := 22
oDCOCX_Exontrol1:DefaultItemHeight := 20
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "12[bold],0"
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:Add("nempty","not empty","")
	var_FormatConditionalAppearance:Expression := "len(value) != 0"
	var_FormatConditionalAppearance:BackColor := RGB(240,240,240)
oDCOCX_Exontrol1:PivotColumns := "sum(5)[nempty]/6"
oDCOCX_Exontrol1:IncludeExpandColumn := exIncludeExpandColumn
oDCOCX_Exontrol1:DrawGridLines := exNoLines
oDCOCX_Exontrol1:EndUpdate()

86
How do I show expanded/collapsed columns

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:HeaderHeight := 22
oDCOCX_Exontrol1:DefaultItemHeight := 20
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:Add("nempty","not empty","")
	var_FormatConditionalAppearance:Expression := "len(value) != 0"
	var_FormatConditionalAppearance:BackColor := RGB(240,240,240)
oDCOCX_Exontrol1:PivotColumns := "sum(5)[nempty]/12"
oDCOCX_Exontrol1:FormatPivotHeader := "(iaggregate ? ( caption + ` <r>[` + lower(caggregate) + `]` ) : caption)"
oDCOCX_Exontrol1:IncludeExpandColumn := exIncludeExpandColumn
oDCOCX_Exontrol1:EndUpdate()

85
Where you have say "Sum of ...." as the first row heading of the pivot are there and options to be able to change this text as a whole

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:Add("nempty","not empty","")
	var_FormatConditionalAppearance:Expression := "len(value) != 0"
	var_FormatConditionalAppearance:BackColor := RGB(240,240,240)
oDCOCX_Exontrol1:PivotColumns := "sum(5)[nempty]/12"
oDCOCX_Exontrol1:FormatPivotHeader := "(iaggregate ? (`<b>` + caption + `</b> <off -6><font ;6>(` + lower(caggregate) + ' )') : caption)"
oDCOCX_Exontrol1:EndUpdate()

84
How can I get the data column from the cursor
METHOD OCX_Exontrol1MouseMove(Button,Shift,X,Y) CLASS MainDialog
	// MouseMove event - Occurs when the user moves the mouse.
	OutputDebugString(String2Psz( "DataColumn" ))
	OutputDebugString(String2Psz( AsString(oDCOCX_Exontrol1:[DataColumnFromPoint,-1,-1]) ))
RETURN NIL


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[content=numeric]"
oDCOCX_Exontrol1:Refresh()

83
Is there any way for the user to change the alignment at runtime (using excontextmenu)

METHOD OCX_Exontrol1RClick() CLASS MainDialog
	// RClick event - Occurs once the user right clicks the control.
	local var_Column as IColumn
	local c as IExContextMenu
	local h as USUAL
	h := oDCOCX_Exontrol1:DataColumns:[item,5]:Alignment
	// Generate Source for 'ExContextMenu 1.0 Type Library(ExContextMenu.dll)' server from Tools\Automation Server...
	c := IExContextMenu{"Exontrol.ContextMenu"}
		c:FlatImageWidth := 0
		c:ToString := "Alignment[align=1][dis],[group=0x71](Left[typ=2][grp=100][close=0][id=0],Center[typ=2][grp=100][close=0][id=1],Right[typ=2][grp=100][close=0][id=2])"
		c:[item,h]:Checked := true
		h := c:Select(nil,nil,nil)
	var_Column := oDCOCX_Exontrol1:DataColumns:[item,5]
		var_Column:Alignment := h
		var_Column:HeaderAlignment := h
	oDCOCX_Exontrol1:Refresh()
RETURN NIL

local var_Column as IColumn

oDCOCX_Exontrol1:PivotBarVisible := exPivotBarAllowResizeColumns | exPivotBarAllowUndoRedo | exPivotBarAutoUpdate | exPivotBarShowTotals | exPivotBarAutoFit | exPivotBarVisible
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_Column := oDCOCX_Exontrol1:DataColumns:[item,5]
	var_Column:Alignment := RightAlignment
	var_Column:HeaderAlignment := RightAlignment
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[content=numeric]"
oDCOCX_Exontrol1:Refresh()

82
Is there any way for the user to change the alignment at runtime

METHOD OCX_Exontrol1RClick() CLASS MainDialog
	// RClick event - Occurs once the user right clicks the control.
	local var_Column as IColumn
	OutputDebugString(String2Psz( "The column gets aligned to the center" ))
	var_Column := oDCOCX_Exontrol1:DataColumns:[item,5]
		var_Column:Alignment := CenterAlignment
		var_Column:HeaderAlignment := CenterAlignment
	oDCOCX_Exontrol1:Refresh()
RETURN NIL

local var_Column as IColumn

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_Column := oDCOCX_Exontrol1:DataColumns:[item,5]
	var_Column:Alignment := RightAlignment
	var_Column:HeaderAlignment := RightAlignment
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[content=numeric]"
oDCOCX_Exontrol1:Refresh()

81
How can I align a column to the right

local var_Column as IColumn

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_Column := oDCOCX_Exontrol1:DataColumns:[item,5]
	var_Column:Alignment := RightAlignment
	var_Column:HeaderAlignment := RightAlignment
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[content=numeric]"
oDCOCX_Exontrol1:Refresh()

80
How can I display the control's content on an single A3 paper size, when using PDF format
local var_CopyTo as USUAL

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn")
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"positive"]:BackColor := 0x100ff00
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"negative"]:BackColor := 0x10000ff
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[positive,negative]/12"
oDCOCX_Exontrol1:ExpandAll()
var_CopyTo := oDCOCX_Exontrol1:[CopyTo,"C:\Temp\Preview.pdf|11.69 in x 16.53 in||single"]
OutputDebugString(String2Psz( "Look for C:\Temp\Preview.pd file." ))
oDCOCX_Exontrol1:EndUpdate()

79
How can I display the control's content on an A3 paper size, when using PDF format
local var_CopyTo as USUAL

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn")
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"positive"]:BackColor := 0x100ff00
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"negative"]:BackColor := 0x10000ff
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[positive,negative]/12"
oDCOCX_Exontrol1:ExpandAll()
var_CopyTo := oDCOCX_Exontrol1:[CopyTo,"C:\Temp\Preview.pdf|11.69 in x 16.53 in"]
OutputDebugString(String2Psz( "Look for C:\Temp\Preview.pd file." ))
oDCOCX_Exontrol1:EndUpdate()

78
How can I export the control's content to a PDF document (method 1)
local var_Print as IExPrint

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn")
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"positive"]:BackColor := 0x100ff00
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"negative"]:BackColor := 0x10000ff
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[positive,negative]/12"
oDCOCX_Exontrol1:ExpandAll()
oDCOCX_Exontrol1:EndUpdate()
// Generate Source for 'ExPrint 1.0 Control Library(ExPrint.dll)' server from Tools\Automation Server...
var_Print := IExPrint{"Exontrol.Print"}
	var_Print:PrintExt := oDCOCX_Exontrol1
	var_Print:CopyTo("c:/temp/xtest.pdf")
OutputDebugString(String2Psz( "Look for C:\Temp\xtest.pdf file." ))
oDCOCX_Exontrol1:EndUpdate()

77
How can I export the control's content to a PDF document (method 2)
local var_CopyTo as USUAL

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn")
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"positive"]:BackColor := 0x100ff00
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"negative"]:BackColor := 0x10000ff
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[positive,negative]/12"
oDCOCX_Exontrol1:ExpandAll()
var_CopyTo := oDCOCX_Exontrol1:[CopyTo,"c:/temp/xtest.pdf"]
OutputDebugString(String2Psz( "Look for C:\Temp\xtest.pdf file." ))
oDCOCX_Exontrol1:EndUpdate()

76
Does / could the control have a read-only mode by where I could load the data and layout and just use the control to display it and allow the user to scroll around it / print it but not change it

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[content=numeric]"
oDCOCX_Exontrol1:DisplayFilterList := exNoItems
oDCOCX_Exontrol1:PivotBarVisible := exPivotBarReadOnly | exPivotBarAutoUpdate | exPivotBarAutoFit | exPivotBarVisible
oDCOCX_Exontrol1:Refresh()

75
Is it possible to edit the conditional-expression at runtime

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:Add("custom","custom","")
	var_FormatConditionalAppearance:Bold := true
	var_FormatConditionalAppearance:FontSize := 12
	var_FormatConditionalAppearance:Expression := "value > 2000"
	var_FormatConditionalAppearance:ContextEditExpression := true
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[custom]/12"
oDCOCX_Exontrol1:EndUpdate()

74
How can I highlight values using EBN colors


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn")
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"positive"]:BackColor := 0x100ff00
oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"negative"]:BackColor := 0x10000ff
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[positive,negative]/12"
oDCOCX_Exontrol1:EndUpdate()

73
How do I mark not-empty values in the chart

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:Add("nempty","not empty","")
	var_FormatConditionalAppearance:Expression := "len(value) != 0"
	var_FormatConditionalAppearance:BackColor := RGB(240,240,240)
oDCOCX_Exontrol1:PivotColumns := "sum(5)[nempty]/12"
oDCOCX_Exontrol1:EndUpdate()

72
How can I highlight negative and positive values in the same chart


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[negative,positive]/12"
oDCOCX_Exontrol1:EndUpdate()

71
How can I highlight values that starts with a letter

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:Add("f","starts with f","lower(value) startwith `f`")
	var_FormatConditionalAppearance:Expression := "lower(value) startwith `f`"
	var_FormatConditionalAppearance:Shadow := RGB(1,0,0)
	var_FormatConditionalAppearance:ShadowOffset := 0
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0[f]"
oDCOCX_Exontrol1:EndUpdate()

70
How can I mark values greater than a value, 100 for instance

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:Add("greater100",">100","value > 100")
	var_FormatConditionalAppearance:Expression := "( dbl(value) != 0 ) ? (value > 100) : 0"
	var_FormatConditionalAppearance:ForeColor := RGB(255,0,0)
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[greater100,content=numeric]"
oDCOCX_Exontrol1:EndUpdate()

69
How can I remove the Conditional context-menu


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:PivotBarVisible := exPivotBarAllowResizeColumns | exPivotBarAllowUndoRedo | exPivotBarAutoUpdate | exPivotBarAllowFormatContent | exPivotBarAllowFormatAppearance | exPivotBarAllowValues | exPivotBarShowTotals | exPivotBarAutoFit | exPivotBarSizable | exPivotBarVisible
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[content=numeric]"
oDCOCX_Exontrol1:EndUpdate()

68
How do change the way the negative/positive numbers show when using conditional-format

local var_FormatConditionalAppearance,var_FormatConditionalAppearance1 as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"negative"]
	var_FormatConditionalAppearance:BackColor := RGB(0,0,0)
	var_FormatConditionalAppearance:ForeColor := RGB(128,128,128)
	var_FormatConditionalAppearance:FontSize := 8
var_FormatConditionalAppearance1 := oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"positive"]
	var_FormatConditionalAppearance1:BackColor := RGB(0,0,0)
	var_FormatConditionalAppearance1:ForeColor := RGB(1,0,0)
	var_FormatConditionalAppearance1:FontSize := 11
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[negative,positive,content=numeric]"
oDCOCX_Exontrol1:EndUpdate()

67
How do I highlight the negative values with white color or black

local var_FormatConditionalAppearance as IFormatConditionalAppearance

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_FormatConditionalAppearance := oDCOCX_Exontrol1:FormatConditionalAppearances:[item,"negative"]
	var_FormatConditionalAppearance:BackColor := RGB(1,0,0)
	var_FormatConditionalAppearance:ForeColor := RGB(255,255,255)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[negative,content=numeric]"
oDCOCX_Exontrol1:EndUpdate()

66
Does your control support conditional-format, so I can highlight certain values


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[negative,content=numeric]"
oDCOCX_Exontrol1:EndUpdate()

65
How do I add a computed column/field, like VAT for instance (method 2)

local var_Aggregates as IAggregates

oDCOCX_Exontrol1:BeginUpdate()
var_Aggregates := oDCOCX_Exontrol1:Aggregates
	var_Aggregates:Add("vat19","sum","VAT 19%","VAT 19%"):FormatValue := "value * 0.19"
	var_Aggregates:Add("vat24","sum","VAT 24%","VAT 24%"):FormatValue := "value * 0.24"
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[content=numeric],vat19(5)[bold,content=numeric],vat24(5)[bold,content=numeric]"
oDCOCX_Exontrol1:EndUpdate()

64
How do I add a computed column/field, like VAT for instance (method 1)

local var_FormatContent,var_FormatContent1 as IFormatContent

oDCOCX_Exontrol1:BeginUpdate()
var_FormatContent := oDCOCX_Exontrol1:FormatContents:Add("vat19","VAT 19%",nil)
	var_FormatContent:Expression := "len(value) ? ((value * 1.19) format '') : ''"
var_FormatContent1 := oDCOCX_Exontrol1:FormatContents:Add("vat24","VAT 24%",nil)
	var_FormatContent1:Expression := "len(value) ? ((value * 1.24) format '') : ''"
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[content=numeric],sum(5)[bold,content=vat19],sum(5)[bold,content=vat24]"
oDCOCX_Exontrol1:EndUpdate()

63
How can I hide some values for instance negative values

local var_FormatContent,var_FormatContent1 as IFormatContent

oDCOCX_Exontrol1:BeginUpdate()
var_FormatContent := oDCOCX_Exontrol1:FormatContents:Add("hiden","hide negative",nil)
	var_FormatContent:Expression := "value < 0 ? `` : value"
var_FormatContent1 := oDCOCX_Exontrol1:FormatContents:Add("hidep","hide positive",nil)
	var_FormatContent1:Expression := "value > 0 ? `` : value"
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[bold],sum(5)[content=hiden],sum(5)[content=hidep]"
oDCOCX_Exontrol1:EndUpdate()

62
How can I decode the Layout property

local var_Print as IExPrint

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12"
oDCOCX_Exontrol1:Layout := "Columns =1;C0.Width = 64"
// Generate Source for 'ExPrint 1.0 Control Library(ExPrint.dll)' server from Tools\Automation Server...
var_Print := IExPrint{"Exontrol.Print"}
	OutputDebugString(String2Psz( var_Print:[Decode64TextW,oDCOCX_Exontrol1:Layout] ))
oDCOCX_Exontrol1:EndUpdate()

61
How can I specify the sorting type, so the column gets sorted as numeric for instance

local var_Column as IColumn

oDCOCX_Exontrol1:Import("1,1#11,11#101,101","eor='#' eof=',' hdr=0")
var_Column := oDCOCX_Exontrol1:DataColumns:[item,0]
	var_Column:Caption := "Numeric"
	var_Column:SortType := SortNumeric
oDCOCX_Exontrol1:DataColumns:[item,1]:Caption := "String (default)"
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:Refresh()

60
How can I disable the control's context menu

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotBarVisible := exPivotBarAllowResizeColumns | exPivotBarAllowUndoRedo | exPivotBarAutoUpdate | exPivotBarAllowValues | exPivotBarShowTotals | exPivotBarAutoFit | exPivotBarSizable | exPivotBarVisible

59
How do I get the captions of the columns

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
OutputDebugString(String2Psz( AsString(oDCOCX_Exontrol1:DataColumns:Count) ))
OutputDebugString(String2Psz( oDCOCX_Exontrol1:DataColumns:[item,0]:PivotCaption ))
OutputDebugString(String2Psz( oDCOCX_Exontrol1:DataColumns:[item,0]:Caption ))
OutputDebugString(String2Psz( oDCOCX_Exontrol1:DataColumns:[item,1]:PivotCaption ))
OutputDebugString(String2Psz( oDCOCX_Exontrol1:DataColumns:[item,1]:Caption ))

58
How can I specify the default-format for a specified column, so it always shows as numeric for instance
local var_Column as IColumn

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_Column := oDCOCX_Exontrol1:DataColumns:[item,"Freight"]
	var_Column:DefaultFormatContent := "numeric"
	var_Column:DefaultFormatAppearances := "bold"
	var_Column:SortOrder := SortAscending
	var_Column:SortType := SortNumeric
oDCOCX_Exontrol1:PivotTotalDefaultFormatContent := "currency"
oDCOCX_Exontrol1:PivotTotalDefaultFormatAppearances := "strikeout,bold"
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)[bold,content=numeric]"
oDCOCX_Exontrol1:PivotTotals := "sum[strikeout,bold,content=currency]"
oDCOCX_Exontrol1:PivotColumnsFloatBarVisible := exPanelVisible
oDCOCX_Exontrol1:Refresh()

57
How can I display the percentage column


oDCOCX_Exontrol1:FormatContents:Add("percent","value + `%`",nil)
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "5[content=percent]"
oDCOCX_Exontrol1:Refresh()

56
How do I change the name for months in the drop-down filter window (localization)


OutputDebugString(String2Psz( oDCOCX_Exontrol1:[Description,exFilterBarDateMonths] ))
oDCOCX_Exontrol1:[Description,exFilterBarDateMonths] := "Ianuarie Februarie Martie Aprilie Mai Iunie Iulie August Septembrie Octombrie Noiembrie Decembrie"
oDCOCX_Exontrol1:[Description,exFilterBarAll] := "(Toate)"
oDCOCX_Exontrol1:[Description,exFilterBarBlanks] := "(Gol)"
oDCOCX_Exontrol1:[Description,exFilterBarNonBlanks] := "(Plin)"
oDCOCX_Exontrol1:[Description,exFilterBarFilterForCaption] := "Filtreaza:"
oDCOCX_Exontrol1:[Description,exFilterBarDateTodayCaption] := "Azi"
oDCOCX_Exontrol1:[Description,exFilterBarDateWeekDays] := "D L Ma Mi J V S"
oDCOCX_Exontrol1:[Description,exFilterBarExclude] := "Exclud"
oDCOCX_Exontrol1:[Description,exColumnsFloatBar] := "Coloane"
oDCOCX_Exontrol1:[Description,exFilterBarAnd] := "si"
oDCOCX_Exontrol1:[Description,exFilterBarDate] := "Data:"
oDCOCX_Exontrol1:[Description,exFilterBarDateTitle] := "Data"
oDCOCX_Exontrol1:[Description,exFilterBarDateTo] := "la"
oDCOCX_Exontrol1:[Description,exFilterBarNot] := "nu"
oDCOCX_Exontrol1:[Description,exFilterBarOr] := "sau"
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:DataColumns:[item,"OrderDate"]:SortType := SortDate
oDCOCX_Exontrol1:PivotRows := "9"
oDCOCX_Exontrol1:Refresh()

55
How can I scale and print programmatically the pivot table, to fit on one axis eg FitPageHeight but infinite width etc
local var_Print as IExPrint

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "6"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/3"
oDCOCX_Exontrol1:Refresh()
// Generate Source for 'ExPrint 1.0 Control Library(ExPrint.dll)' server from Tools\Automation Server...
var_Print := IExPrint{"Exontrol.Print"}
	var_Print:Options := "FitToPage = x 5"
	var_Print:PrintExts := oDCOCX_Exontrol1
	var_Print:Preview()

54
How can I scale and print programmatically the pivot table, to fit on one axis eg FitPageWidth but infinite height etc
local var_Print as IExPrint

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "6"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/3"
oDCOCX_Exontrol1:Refresh()
// Generate Source for 'ExPrint 1.0 Control Library(ExPrint.dll)' server from Tools\Automation Server...
var_Print := IExPrint{"Exontrol.Print"}
	var_Print:Options := "FitToPage = 5 x"
	var_Print:PrintExts := oDCOCX_Exontrol1
	var_Print:Preview()

53
How can I get the column from the cursor
METHOD OCX_Exontrol1MouseMove(Button,Shift,X,Y) CLASS MainDialog
	// MouseMove event - Occurs when the user moves the mouse.
	OutputDebugString(String2Psz( AsString(oDCOCX_Exontrol1:[ColumnFromPoint,-1,-1]) ))
RETURN NIL


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:Refresh()

52
How can I get the value from the cursor
METHOD OCX_Exontrol1MouseMove(Button,Shift,X,Y) CLASS MainDialog
	// MouseMove event - Occurs when the user moves the mouse.
	OutputDebugString(String2Psz( AsString(oDCOCX_Exontrol1:[ValueFromPoint,-1,-1]) ))
RETURN NIL


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:Refresh()

51
How can I specify a column to display HTML format


oDCOCX_Exontrol1:Import("Bold <b>1,Bold <b>2#Bold <b>3,Bold <b>4#Bold <b>5,Bold <b>6","eor='#' eof=',' hdr=0")
oDCOCX_Exontrol1:DataColumns:[item,0]:HTML := true
oDCOCX_Exontrol1:DataColumns:[item,1]:HTML := true
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:Refresh()

50
Does your control supports scrolling by touching the screen

local rs as _Recordset

// Generate Source for 'Microsoft ActiveX Data Objects 6.1 Library(msado15.dll)' server from Tools\Automation Server...
rs := _Recordset{"ADOR.Recordset"}
	rs:Open("Data","Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Program Files\Exontrol\ExPivot\Sample\Access\sample.accdb",3,3,0)
oDCOCX_Exontrol1:DataSource := _Recordset{rs}
oDCOCX_Exontrol1:AutoDrag := exAutoDragScrollOnShortTouch | exAutoDragScroll

49
How can I specify programatically the width of the pivot column ( first column )


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12"
oDCOCX_Exontrol1:Layout := "Columns =1;C0.Width = 64"
oDCOCX_Exontrol1:EndUpdate()

48
How can I show the total of each row, when columns are shown as expanded


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:IncludeExpandColumn := exIncludeExpandColumn
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12"
oDCOCX_Exontrol1:EndUpdate()

47
How can I prevent grouping by a specified column

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:DataColumns:[item,"Freight"]:AllowGroupBy := exGroupByNone

46
How can I sort alphabetically the columns to be displayed in the context menu/floating panel


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotBarVisible := exPivotBarContextSortAscending | exPivotBarAllowResizeColumns | exPivotBarAllowUndoRedo | exPivotBarAutoUpdate | exPivotBarAllowFormatContent | exPivotBarAllowFormatAppearance | exPivotBarAllowValues | exPivotBarShowTotals | exPivotBarAutoFit | exPivotBarSizable | exPivotBarVisible
oDCOCX_Exontrol1:PivotColumnsSortOrder := exPivotColumnsAscending
oDCOCX_Exontrol1:PivotColumnsFloatBarVisible := exPanelVisible

45
How can I prevent dropping data to the control

oDCOCX_Exontrol1:AllowDrop := false

44
Is it possible to allow incremental filtering on drop down filter window too, as I can on the control menus

local var_DisplayFilterList as USUAL

var_DisplayFilterList := oDCOCX_Exontrol1:DisplayFilterList
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:DisplayFilterList := exHideFilterPattern | exFilterListDefault

43
How can I prevent showing the Filter For field in the drop down filter window

local var_DisplayFilterList as USUAL

var_DisplayFilterList := oDCOCX_Exontrol1:DisplayFilterList
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:DisplayFilterList := exHideFilterPattern | exFilterListDefault

42
How can I display the numeric columns only when selecting a new aggregate, like SUM


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0[bold]"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12,count(5)/12"
oDCOCX_Exontrol1:DataColumns:[item,"Freight"]:SortType := SortNumeric

41
How can I add a value column


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12"

40
I would like to always have the subtotals in the same row of the "father row". Could that be done


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0[bold],2"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12,count(5)/12"
oDCOCX_Exontrol1:ShowViewCompact := exViewCompactAggregates | exViewCompact
oDCOCX_Exontrol1:PivotTotals := "/sum,sum(0)"

39
Is there any way, when I change the filter of the column, it broadcast the filter to the other pivot columns that were duplicated


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0,2"
oDCOCX_Exontrol1:ShowBranchRows := exBranchCompact
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12[filter='gBpNxjNh1MhlBoKNhpOZ0hJVNxpOhlMggKBhMZrMJnMoAgI='],count(5)/12[filter='gBpNxjNh1MhlBoKNhpOZ0hJVNxpOhlMggKBhMZrMJnMoAgI=']"
oDCOCX_Exontrol1:ShowViewCompact := exViewCompactKeepSettings | exViewCompact

38
How can I summarize more fields in the same cell


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0,2"
oDCOCX_Exontrol1:ShowBranchRows := exBranchCompact
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12,count(5)/12"
oDCOCX_Exontrol1:ShowViewCompact := exViewCompact

37
How do I programmatically group by rows, in a compact way, no hierarchy lines


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0,2"
oDCOCX_Exontrol1:ShowBranchRows := exBranchCompact

36
How do I programmatically group by rows


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0,1,2"
oDCOCX_Exontrol1:LinesAtRoot := exLinesAtRoot
oDCOCX_Exontrol1:HasLines := exSolidLine

35
How do I programmatically group by columns


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)/12;6"

34
How can I hide the add new button on the pivot bar


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotBarVisible := exPivotBarHideAddNew | exPivotBarAllowResizeColumns | exPivotBarAllowUndoRedo | exPivotBarAutoUpdate | exPivotBarAllowFormatContent | exPivotBarAllowFormatAppearance | exPivotBarAllowValues | exPivotBarShowTotals | exPivotBarAutoFit | exPivotBarSizable | exPivotBarVisible

33
Is it possible to show the data that generated the result, when double clicking the row


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0[italic]"
oDCOCX_Exontrol1:PivotColumns := "count(0)[underline]"
oDCOCX_Exontrol1:PivotTotals := "count[bold,strikeout]"
oDCOCX_Exontrol1:ShowDataOnDblClick := true
oDCOCX_Exontrol1:EndUpdate()

32
Does your control support subscript or superscript, in HTML captions


oDCOCX_Exontrol1:HeaderHeight := 22
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:DataColumns:[item,"ShipCountry"]:Caption := "ShipCountry<font ;7><off 6><sha ;;0>subscript"
oDCOCX_Exontrol1:DataColumns:[item,"ShipRegion"]:Caption := "ShipRegion<font ;7><off -6><sha ;;0>superscript"
oDCOCX_Exontrol1:Refresh()

31
Is it possible to define a different background color for the pivot bar


oDCOCX_Exontrol1:[Background,exPivotBarBackColor] := RGB(240,240,240)

30
How can I display an icon/image to Content sub-menu


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=")
oDCOCX_Exontrol1:FormatContents:[item,"numeric"]:Name := "<img>1</img> Numeric"
oDCOCX_Exontrol1:PivotRows := "5[content=numeric]"

29
How can I change the selection background in the control's context menu


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:[Background,exSelBackColorFilter] := RGB(255,0,0)

28
How can I display the column as date in a long format


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatContents:Add("longdate","longdate(date(value))",nil)
oDCOCX_Exontrol1:PivotRows := "9[content=longdate]"

27
Is it possible to display the column in upper-case


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatContents:Add("upper","upper(value)",nil)
oDCOCX_Exontrol1:PivotRows := "0[content=upper]"

26
How can I programatically bold a column


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0[bold]"

25
How can I display the total with a different foreground color


oDCOCX_Exontrol1:FormatAppearances:Add("fore",nil):ForeColor := RGB(255,0,0)
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)"
oDCOCX_Exontrol1:PivotTotals := "sum[fore,bold]"

24
How can I display the total with a different background color/ebn


oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn")
oDCOCX_Exontrol1:FormatAppearances:Add("back",nil):BackColor := 0x1000000
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)"
oDCOCX_Exontrol1:PivotTotals := "sum[back]"

23
How can I display the total with a solid background color


oDCOCX_Exontrol1:FormatAppearances:Add("back",nil):BackColor := RGB(240,240,240)
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)"
oDCOCX_Exontrol1:PivotTotals := "sum[back]"

22
Is it possible to change the "bold" caption in the control's context menu


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatAppearances:[item,"bold"]:Name := "Ingrosat"

21
Is it possible to show no Exclude field in the filter window


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:DisplayFilterList := exShowCheckBox | exSortItemsAsc

20
How can I prevent showing the drop down filter button


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:DisplayFilterList := exNoItems

19
How do I get the count of positive values only


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:Aggregates:Add("positive","sum",nil,nil):FormatValue := "value < 0 ? 0 : 1"
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "positive(5)"

18
How do I get the sum for negative values only


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:Aggregates:Add("negative","sum",nil,nil):FormatValue := "value < 0 ? value : 0"
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "negative(5)"

17
My data stores the data as strings, is it possible to load the data using Import method


oDCOCX_Exontrol1:Import("'string 1';'string 2'#'string 3';'string 4'","str=`'` eor='#' eof=';' hdr=0")

16
Is it possible to load data using different separators


oDCOCX_Exontrol1:Import("item 1;item 2#item 3;item 4","eor='#' eof=';' hdr=0")

15
Is it possible to align a column

local var_Column as IColumn

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_Column := oDCOCX_Exontrol1:DataColumns:[item,0]
	var_Column:Alignment := RightAlignment
	var_Column:HeaderAlignment := RightAlignment
oDCOCX_Exontrol1:Refresh()

14
How can I change by code the column/rows background color


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn")
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:FormatAppearances:Add("aka",nil):BackColor := 0x1000000
oDCOCX_Exontrol1:PivotRows := "0[aka]"
oDCOCX_Exontrol1:EndUpdate()

13
How can I apply by code any appearance to my list


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0[italic]"
oDCOCX_Exontrol1:PivotColumns := "count(0)[underline]"
oDCOCX_Exontrol1:PivotTotals := "count[bold,strikeout]"
oDCOCX_Exontrol1:EndUpdate()

12
How can I display an icon instead SUM/Total field

local var_Aggregate as IAggregate

oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Images("gBJJgBggAAwAAgACEKAD/hz/EMNh8TIRNGwAjEZAEXjAojJAjIgjIBAEijUlk8plUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9oEEwGBwWDwmFw2Hw9+xUsxGNx2Px+LyUnyGVy2VyeZAGNjIJjITjIb0OjjGi0ukAAVjILzmayWtAGejCvjLh2u3jG23O4ACx1ew11+zEYGsZZsZUe/wkZ4sYZvD4PCy8kjAzjLFjKd5WDjIz6HRvnTwUZGMZX8ZTPb8XU8Hh9cFjALjKVjK5jIv9/w9t78WdjJIoyWr7sKjIWu+/a8Og2QAEajLaIxAzlwhB0DwQuzoECjJWw1DiMQ3D0OgAQMKwsuj8xOy0SrzFEWMdFUExbGMCRfC8ZRswMaLsiofJVHiOo+kKRs2lL2Jsh8cyQo6Ag==")
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_Aggregate := oDCOCX_Exontrol1:Aggregates:[item,"sum"]
	var_Aggregate:Name := "<img>1</img> Sum"
	var_Aggregate:Caption := "<img>1</img>"
oDCOCX_Exontrol1:PivotColumnsFloatBarVisible := exPanelVisible
oDCOCX_Exontrol1:FormatPivotHeader := "iaggregate ? (caggregate + (iaggregate != 5 ? ' ' : '') + caption) : caption"
oDCOCX_Exontrol1:FormatPivotTotal := "caggregate"
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)"
oDCOCX_Exontrol1:PivotTotals := "sum,count"
oDCOCX_Exontrol1:EndUpdate()

11
How can I change the caption to be displayed when dragging an aggregate function


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotColumnsFloatBarVisible := exPanelVisible
oDCOCX_Exontrol1:FormatPivotHeader := "(iaggregate ? ('<b>' + upper(caggregate) + '</b> of ' + caption) : caption)"
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)"
oDCOCX_Exontrol1:PivotTotals := "sum,count"
oDCOCX_Exontrol1:EndUpdate()

10
I am using Import method, just wondering if I can rename the columns

local var_Column as IColumn

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
var_Column := oDCOCX_Exontrol1:DataColumns:[item,0]
	var_Column:Caption := "New Caption"
	var_Column:PivotCaption := "New Pivot Caption"
oDCOCX_Exontrol1:Refresh()

9
Does your control support Fit-To-Page Print and Print Preview

local var_Print as IExPrint

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0,1,2"
oDCOCX_Exontrol1:ExpandAll()
// Generate Source for 'ExPrint 1.0 Control Library(ExPrint.dll)' server from Tools\Automation Server...
var_Print := IExPrint{"Exontrol.Print"}
	var_Print:Options := "FitToPage = On"
	var_Print:PrintExts := oDCOCX_Exontrol1
	var_Print:Preview()

8
How can I print the control

local var_Print as IExPrint

oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0,1,2"
oDCOCX_Exontrol1:ExpandAll()
// Generate Source for 'ExPrint 1.0 Control Library(ExPrint.dll)' server from Tools\Automation Server...
var_Print := IExPrint{"Exontrol.Print"}
	var_Print:PrintExts := oDCOCX_Exontrol1
	var_Print:Preview()

7
How can I hide the pivot bar (hide completly)


oDCOCX_Exontrol1:PivotBarVisible := exPivotBarAllowResizeColumns | exPivotBarAllowUndoRedo | exPivotBarAutoUpdate | exPivotBarAllowFormatContent | exPivotBarAllowFormatAppearance | exPivotBarAllowValues | exPivotBarShowTotals | exPivotBarAutoFit | exPivotBarSizable

6
How can I hide the pivot bar (auto-hide)


oDCOCX_Exontrol1:PivotBarVisible := exPivotBarAllowResizeColumns | exPivotBarAllowUndoRedo | exPivotBarAutoUpdate | exPivotBarAllowFormatContent | exPivotBarAllowFormatAppearance | exPivotBarAllowValues | exPivotBarAutoHide | exPivotBarShowTotals | exPivotBarSizable | exPivotBarVisible

5
How can I count and get the total of a specified column


oDCOCX_Exontrol1:BeginUpdate()
oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotColumnsFloatBarVisible := exPanelVisible
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumns := "sum(5)"
oDCOCX_Exontrol1:PivotTotals := "sum,count"
oDCOCX_Exontrol1:EndUpdate()

4
How can I add show the columns once I grouped a column


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0"
oDCOCX_Exontrol1:PivotColumnsFloatBarVisible := exPanelVisible

3
How can I programatically group the columns


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)
oDCOCX_Exontrol1:PivotRows := "0:D"

2
Is it possible to load data from a data source

local rs as _Recordset

// Generate Source for 'Microsoft ActiveX Data Objects 6.1 Library(msado15.dll)' server from Tools\Automation Server...
rs := _Recordset{"ADOR.Recordset"}
	rs:Open("Data","Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Program Files\Exontrol\ExPivot\Sample\Access\sample.accdb",3,3,0)
oDCOCX_Exontrol1:DataSource := _Recordset{rs}

1
How can I load data


oDCOCX_Exontrol1:Import("C:\Program Files\Exontrol\ExPivot\Sample\data.txt",nil)